home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
taropyon
/
silib
/
inc
/
fdl
/
fdlcfg.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-16
|
219 b
|
14 lines
#ifndef _FDL_FDLCFG_H
#define _FDL_FDLCFG_H
typedef struct
{
unsigned int att;
int sort; /* デフォルトソート種別 */
char *wild; /* ワイルドカード */
} FDLCFG_T;
extern FDLCFG_T FdlCfg;
#endif